'Ok people... here's some KINDA useful, but mostly lamely cool
'Visual Basic options i decided to throw together...
'if you want me to make new verzion, send me some feedback!
'worldfamouskr0q@phreaker.net'
'Also,if you find any bugs, email me at the eMail address
'above, and I'll fix them!
'thanks and enjoy my first module released to the public!!!
Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
Declare Function MciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As Any, ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Declare Function ExitWindowsEx Lib "user32" _
(ByVal uFlags As Long, ByVal dwReserved As Long) As Long
Public Const EWX_FORCE = 4
Public Const EWX_REBOOT = 2
Public Const EWX_SHUTDOWN = 1
Declare Function FindWindow% Lib "user32" Alias "FindWindowA" (ByVal lpClassName$, ByVal lpWindowName$)
Declare Function ShowWindow Lib "user32" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long
Sub CDRom_Open()
'Open's your CD Rom drive...AKA cup holder...
retvalue = MciSendString("set CDAudio door open", vbNullString, 0, 0)
End Sub
Sub CDRom_Close()
'Closes your CD Rom drive
retvalue = MciSendString("set CDAudio door closed", vbNullString, 0, 0)
End Sub
Sub CRRom_Ghost()
'Pretty stupid... might be funny if you leave this running on someone's computer
'while they're out to coffe... SET THE PAUSE INTERVALS TO WHATEVER YOU WANT,